home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / AntySpyware / Spybot - Search and destroy 1.4 / spybotsd14.exe / {app} / SpybotSD.exe / 0 / RCDATA / TFORMWAITFORRESPONSE / TFORMWAITFORRESPONSE.txt < prev   
Text File  |  2005-05-31  |  1KB  |  69 lines

  1. object formWaitForResponse: TformWaitForResponse
  2.   Left = 608
  3.   Top = 189
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Waiting for your response...'
  7.   ClientHeight = 186
  8.   ClientWidth = 300
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   PopupMode = pmAuto
  18.   Position = poScreenCenter
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object img: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 300
  25.     Height = 83
  26.     Align = alTop
  27.     Picture.Data = {<image000.TMetafile>}
  28.     Stretch = True
  29.   end
  30.   object labelInformation: TLabel
  31.     Left = 8
  32.     Top = 104
  33.     Width = 289
  34.     Height = 49
  35.     AutoSize = False
  36.     Caption = 
  37.       'There are problems found, but they are not serious. If you don'#39't' +
  38.       ' press the button now, they'#39'll be ignored for now...'
  39.     WordWrap = True
  40.   end
  41.   object buttonCancel: TBitBtn
  42.     Left = 102
  43.     Top = 152
  44.     Width = 99
  45.     Height = 25
  46.     Caption = 'Cancel'
  47.     TabOrder = 0
  48.     OnClick = buttonCancelClick
  49.     Kind = bkAbort
  50.   end
  51.   object progressBar: TProgressBar
  52.     Left = 0
  53.     Top = 83
  54.     Width = 300
  55.     Height = 16
  56.     Align = alTop
  57.     Max = 20
  58.     Step = 1
  59.     TabOrder = 1
  60.   end
  61.   object timerEndWait: TTimer
  62.     Enabled = False
  63.     Interval = 500
  64.     OnTimer = timerEndWaitTimer
  65.     Left = 8
  66.     Top = 144
  67.   end
  68. end
  69.